home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 301-325 / disk_313 / uucp / uucp1.lzh / man / UUClean < prev    next >
Text File  |  1989-10-14  |  2KB  |  47 lines

  1.  
  2. NAME
  3.      uuclean - uucp spool directory clean-up
  4.  
  5. SYNTAX
  6.      uuclean [ option ] ...
  7.  
  8. DESCRIPTION
  9.      The uuclean command scans the spool directory for files with
  10.      the specified prefix and deletes all those which are older
  11.      than the specified number of hours.
  12.  
  13. OPTIONS
  14.      -ppre   Scan for files with pre as the file prefix.  Up to
  15.              10 -p arguments may be specified.  A -p without any
  16.              pre following will cause all files older than the
  17.              specified time to be deleted.
  18.  
  19.      -ntime  Delete all files whose age is more than time
  20.              (default is 72 hours) and that have the specified
  21.              pre as their file prefix.
  22.  
  23.      -m      Send mail to the owner of the file when it is
  24.              deleted.
  25.  
  26.      -ssystem
  27.              Delete files in all directories that are subdirec-
  28.              tories of the per system spool directory that exists
  29.              for system. If ALL is specified, then all system
  30.              directories are processed.
  31.  
  32.      -ddirectory
  33.              Delete files that reside in the named directory. The
  34.              -s option over rides the -d option.
  35.  
  36.      This program will typically be started by cron. In earlier
  37.      versions, a deleted work file (C.file) would result in
  38.      mail to the owner of the work file, regardless of the -m
  39.      option.  Now, notification of deleted work files is sent to
  40.      the user ID "uucp".  If the -m option is used, mail is also
  41.      sent to the owner.
  42.  
  43. FILES
  44.      UUCP:lib/uucp         directory with commands used by
  45.                            uuclean internally
  46.  
  47.